home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 33 / PC Gamer IT CD 33 1-2.iso / GDEMO001.LAB / st_pinata.cos < prev    next >
Text File  |  1998-04-20  |  2KB  |  121 lines

  1. # Well boy hey howdy, this surely is a comment!
  2. costume v0.1
  3.  
  4.  
  5. section tags
  6.     numtags 1
  7.  
  8. #    ID    Tag            Class    Name
  9.     0    'anim'    fs        Animation
  10.  
  11.  
  12. section components
  13.     numcomponents 2
  14.  
  15. #    ID    TagID    Hash    ParentID    Name
  16.     0    0        0        -1            st_pinata_crowd.bm
  17.     1    0        0        -1            st_pinata_crowd2.bm
  18.  
  19.  
  20. section chores
  21.     numchores 3
  22.  
  23. #    ID    Length    Tracks    Name
  24.     0    2000        2            idle
  25.     1    67        2            here
  26.     2    67        2            gone
  27.  
  28.  
  29. section keys
  30. chore 0    # idle
  31. #    CompID    NumKeys
  32. #        Time        Value
  33.     0            30        # st_pinata_crowd.bm
  34.         0            1
  35.         67            2
  36.         133            3
  37.         200            4
  38.         267            5
  39.         333            6
  40.         400            7
  41.         467            8
  42.         533            9
  43.         600            10
  44.         667            11
  45.         733            12
  46.         800            13
  47.         867            14
  48.         933            15
  49.         1000            16
  50.         1067            17
  51.         1133            18
  52.         1200            19
  53.         1267            20
  54.         1333            21
  55.         1400            22
  56.         1467            23
  57.         1533            24
  58.         1600            25
  59.         1667            26
  60.         1733            27
  61.         1800            28
  62.         1867            29
  63.         1933            30
  64.  
  65. #    CompID    NumKeys
  66. #        Time        Value
  67.     1            30        # st_pinata_crowd2.bm
  68.         0            1
  69.         67            2
  70.         133            3
  71.         200            4
  72.         267            5
  73.         333            6
  74.         400            7
  75.         467            8
  76.         533            9
  77.         600            10
  78.         667            11
  79.         733            12
  80.         800            13
  81.         867            14
  82.         933            15
  83.         1000            16
  84.         1067            17
  85.         1133            18
  86.         1200            19
  87.         1267            20
  88.         1333            21
  89.         1400            22
  90.         1467            23
  91.         1533            24
  92.         1600            25
  93.         1667            26
  94.         1733            27
  95.         1800            28
  96.         1867            29
  97.         1933            30
  98.  
  99. chore 1    # here
  100. #    CompID    NumKeys
  101. #        Time        Value
  102.     0            1        # st_pinata_crowd.bm
  103.         0            1
  104.  
  105. #    CompID    NumKeys
  106. #        Time        Value
  107.     1            1        # st_pinata_crowd2.bm
  108.         0            1
  109.  
  110. chore 2    # gone
  111. #    CompID    NumKeys
  112. #        Time        Value
  113.     0            1        # st_pinata_crowd.bm
  114.         0            0
  115.  
  116. #    CompID    NumKeys
  117. #        Time        Value
  118.     1            1        # st_pinata_crowd2.bm
  119.         0            0
  120.  
  121.